123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- {
- "_args": [
- [
- {
- "raw": "property-accessors@^1.1",
- "scope": null,
- "escapedName": "property-accessors",
- "name": "property-accessors",
- "rawSpec": "^1.1",
- "spec": ">=1.1.0 <2.0.0",
- "type": "range"
- },
- "/home/loredan13/projects/atom/qsp/node_modules/emissary"
- ]
- ],
- "_from": "property-accessors@>=1.1.0 <2.0.0",
- "_id": "[email protected]",
- "_inCache": true,
- "_location": "/property-accessors",
- "_npmUser": {
- "name": "kevinsawicki",
- "email": "[email protected]"
- },
- "_npmVersion": "1.4.28",
- "_phantomChildren": {},
- "_requested": {
- "raw": "property-accessors@^1.1",
- "scope": null,
- "escapedName": "property-accessors",
- "name": "property-accessors",
- "rawSpec": "^1.1",
- "spec": ">=1.1.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/emissary"
- ],
- "_resolved": "https://registry.npmjs.org/property-accessors/-/property-accessors-1.1.3.tgz",
- "_shasum": "1dde84024631865909ef30703365680c5f928b15",
- "_shrinkwrap": null,
- "_spec": "property-accessors@^1.1",
- "_where": "/home/loredan13/projects/atom/qsp/node_modules/emissary",
- "author": {
- "name": "Nathan Sobo"
- },
- "bugs": {
- "url": "https://github.com/atom/property-accessors/issues"
- },
- "dependencies": {
- "es6-weak-map": "^0.1.2",
- "mixto": "1.x"
- },
- "description": "A mixin for declaring property accessors",
- "devDependencies": {
- "grunt": "~0.4.1",
- "grunt-cli": "~0.1.8",
- "grunt-coffeelint": "0.0.6",
- "grunt-contrib-coffee": "~0.7.0",
- "grunt-shell": "~0.2.2",
- "jasmine-focused": "1.x",
- "rimraf": "~2.2.2"
- },
- "directories": {},
- "dist": {
- "shasum": "1dde84024631865909ef30703365680c5f928b15",
- "tarball": "https://registry.npmjs.org/property-accessors/-/property-accessors-1.1.3.tgz"
- },
- "gitHead": "c90f096dfc8f589ecb8186cadfbfcf97dc5f5cc6",
- "homepage": "http://atom.github.io/property-accessors/",
- "keywords": [
- "property",
- "accessors",
- "metaprogramming"
- ],
- "licenses": [
- {
- "type": "MIT",
- "url": "http://github.com/atom/telepath/raw/master/LICENSE.md"
- }
- ],
- "main": "lib/property-accessors",
- "maintainers": [
- {
- "name": "nathansobo",
- "email": "[email protected]"
- },
- {
- "name": "kevinsawicki",
- "email": "[email protected]"
- },
- {
- "name": "benogle",
- "email": "[email protected]"
- }
- ],
- "name": "property-accessors",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/atom/property-accessors.git"
- },
- "scripts": {
- "publish": "grunt",
- "test": "grunt test"
- },
- "version": "1.1.3"
- }
|