Files
jspm-registry/package-overrides/npm/inherits@2.0.1.json
T

19 lines
301 B
JSON
Raw Normal View History

2015-01-01 20:41:51 +02:00
{
2015-09-14 22:05:09 +02:00
"ignore": ["test.js"],
"systemjs": {
"main": "inherits.js",
"format": "cjs",
"meta": {
"*.json": {
"loader": "nodelibs/json"
}
},
"map": {
"util": "@node/util",
"./inherits.js": {
"browser": "./inherits_browser.js"
}
}
}
}