1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_args": [
- [
- "sort-keys@2.0.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "sort-keys@2.0.0",
- "_id": "sort-keys@2.0.0",
- "_inBundle": false,
- "_integrity": "sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg=",
- "_location": "/sort-keys",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "sort-keys@2.0.0",
- "name": "sort-keys",
- "escapedName": "sort-keys",
- "rawSpec": "2.0.0",
- "saveSpec": null,
- "fetchSpec": "2.0.0"
- },
- "_requiredBy": [
- "/mini-css-extract-plugin/normalize-url"
- ],
- "_resolved": "https://registry.npm.taobao.org/sort-keys/download/sort-keys-2.0.0.tgz",
- "_spec": "2.0.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/sort-keys/issues"
- },
- "dependencies": {
- "is-plain-obj": "^1.0.0"
- },
- "description": "Sort the keys of an object",
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/sindresorhus/sort-keys#readme",
- "keywords": [
- "sort",
- "object",
- "keys",
- "obj",
- "key",
- "stable",
- "deterministic",
- "deep",
- "recursive",
- "recursively"
- ],
- "license": "MIT",
- "name": "sort-keys",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/sort-keys.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "2.0.0"
- }
|