123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- {
- "_args": [
- [
- {
- "raw": "to-object-path@^0.3.0",
- "scope": null,
- "escapedName": "to-object-path",
- "name": "to-object-path",
- "rawSpec": "^0.3.0",
- "spec": ">=0.3.0 <0.4.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/cache-base"
- ]
- ],
- "_from": "to-object-path@>=0.3.0 <0.4.0",
- "_id": "to-object-path@0.3.0",
- "_inCache": true,
- "_location": "/to-object-path",
- "_nodeVersion": "5.3.0",
- "_npmUser": {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- "_npmVersion": "3.3.12",
- "_phantomChildren": {},
- "_requested": {
- "raw": "to-object-path@^0.3.0",
- "scope": null,
- "escapedName": "to-object-path",
- "name": "to-object-path",
- "rawSpec": "^0.3.0",
- "spec": ">=0.3.0 <0.4.0",
- "type": "range"
- },
- "_requiredBy": [
- "/cache-base",
- "/union-value/set-value"
- ],
- "_resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
- "_shasum": "297588b7b0e7e0ac08e04e672f85c1f4999e17af",
- "_shrinkwrap": null,
- "_spec": "to-object-path@^0.3.0",
- "_where": "/Users/tennesseeg/blueCoin/node_modules/cache-base",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
- },
- "bugs": {
- "url": "https://github.com/jonschlinkert/to-object-path/issues"
- },
- "dependencies": {
- "kind-of": "^3.0.2"
- },
- "description": "Create an object path from a list or array of strings.",
- "devDependencies": {
- "base": "^0.6.7",
- "mocha": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "297588b7b0e7e0ac08e04e672f85c1f4999e17af",
- "tarball": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "56f6627285b7f5b7563e6f3ffe3766d966368c17",
- "homepage": "https://github.com/jonschlinkert/to-object-path",
- "keywords": [
- "dot",
- "nested",
- "notation",
- "object",
- "path",
- "stringify"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- }
- ],
- "name": "to-object-path",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/to-object-path.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "verb": {
- "related": {
- "list": [
- "get-value",
- "set-value",
- "has-value",
- "omit-value",
- "unset-value"
- ]
- }
- },
- "version": "0.3.0"
- }
|